home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / PING < prev    next >
Text File  |  1991-09-18  |  2KB  |  38 lines

  1. ====                                                NOSview [137]
  2. ping
  3. ====
  4.  
  5. _________________________________________________________________
  6. ping <host> [<length> [<interval> [<incflag>]]]
  7. _________________________________________________________________
  8. Ping (send ICMP Echo Request packets to) the specified <host>.
  9.  
  10. By default the data field contains only a small timestamp to aid
  11. in determining round trip time; if the optional <length> argument
  12. is given, the appropriate number of data bytes (consisting of hex
  13. 55) are added to the ping packets.
  14.  
  15. If the <interval> parameter is supplied, pings will be repeated
  16. indefinitely at the specified interval.
  17.  
  18. ***  N.B.  Some versions of NOS expect the interval in seconds.
  19. ***        Others expect the interval in milliseconds!
  20.  
  21. If no interval value is supplied, a single, "one-shot" ping is
  22. done.  Responses to one-shot pings appear asynchronously on the
  23. command screen, while repeated pings create a session that may be
  24. suspended and resumed.  Pinging continues until the session is
  25. manually reset.
  26.  
  27. The <incflag> option causes a repeated ping to increment the
  28. target IP address for each ping; it is an experimental feature
  29. for searching blocks of IP addresses for active hosts.
  30.  
  31. The round-trip times reported by the 'ping' command depend on the
  32. setting of the 'isat' mode.  If 'isat' is on, times are reported
  33. to the nearest millisecond.  If 'isat' is off, times are reported
  34. in multiples of 55mS.
  35.  
  36. >> Examples:  ping ns9liz
  37.               ping ns9liz 10 5000 1
  38.